projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5fdca
)
* lisp/isearch.el (search-default-regexp-mode): Revert to nil
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 26 Oct 2015 01:38:48 +0000
(
01:38
+0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Mon, 26 Oct 2015 01:38:48 +0000
(
01:38
+0000)
Character-fold search _still_ doesn't play well with
lax-whitespace. So disable it by default (again) for now.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 3b836e4e32deb83f750a0560a3e9177551e9ce52..a1ce4f19489eb3b71d68aca6edb289c8edd1a279 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-222,7
+222,7
@@
Default value, nil, means edit the string instead."
(autoload 'character-fold-to-regexp "character-fold")
-(defcustom search-default-regexp-mode
#'character-fold-to-regexp
+(defcustom search-default-regexp-mode
nil
"Default mode to use when starting isearch.
Value is nil, t, or a function.